object EscapeMultipleDlg: TEscapeMultipleDlg Left = 33 Top = 33 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Timer aborted:' ClientHeight = 102 ClientWidth = 243 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 28 Width = 209 Height = 34 AutoSize = False Caption = 'Time-scheduled capture (with auto-saving) was cancelled. The tim' + 'er is now disabled.' WordWrap = True end object Label2: TLabel Left = 16 Top = 12 Width = 74 Height = 13 Caption = '[WinGrab 1.XX]' end object BitBtn1: TBitBtn Left = 88 Top = 68 Width = 70 Height = 26 TabOrder = 0 Kind = bkOK end end